Html Css Color HEX #FBCB73 Grandis

📋 copy color: '#FBCB73'

red 251 ◦ green 203 ◦ blue 115

#FBCB73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grandis #FBCB73

Tints of Grandis #FBCB73

RGB

 RED value IS 251 (98.44% from 255) = 44.11%

 GREEN value IS 203 (79.69% from 255) = 35.68%

 BLUE value IS 115 (45.31% from 255) = 20.21%

R = 44.11%
G = 35.68%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FBCB73 (or 0xFBCB73) is known color: Grandis. HEX triplet: FB, CB and 73. RGB value is (251,203,115). Sum of RGB (Red+Green+Blue) = 251+203+115=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB73 is #04348C. Grayscale: #CFCFCF. Windows color (decimal): -275597 or 7588859. OLE color: 7588859.

HSL color Cylindrical-coordinate representation of color #FBCB73: hue angle of 38.82º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBCB73 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 203 115 -
CMYK 0 0.19 0.54 0.02
HSL 38.82º 0.94% 0.72% -
HSV(B) 38.82º 0.54% 0.98% -
XYZ 64.23 64.46 25.28 -
YUV 207.32 75.9 159.16 -
System Red Green Blue C M Y K H S L
Decimal 251 203 115 0 0.19 0.54 0.02 38.82 0.94 0.72
Hex FB CB 73 0 13 36 2 27 5E 48
Octal 373 313 163 0 23 66 2 47 136 110
Binary 11111011 11001011 1110011 0 10011 110110 10 100111 1011110 1001000

Color Harmonies of #FBCB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB73

Black with #FBCB73

Text Example


Text Example

White with #FBCB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB73; }

 p { color: rgb(251,203,115); }

 H1.HeaderClassName
 {
   color: #FBCB73;
 }
 .AnyTagClassName
 {
   color: #FBCB73;
 }
</style>

background-color css

<style>
 a { background-color: #FBCB73; }

 a { background-color: rgb(251,203,115); }

 div.DivClassName
 {
   background-color: #FBCB73;
 }
 .BgClassName
 {
   background-color: #FBCB73;
 }
</style>

border-color css

<style>
 span { border-color: #FBCB73; }

 span { border-color: rgb(251,203,115); }

 td.TdClassName
 {
   border-color: #FBCB73;
 }
 .TagClassName
 {
   border-color: #FBCB73;
 }
</style>