Html Css Color HEX #FBCB64 Grandis

📋 copy color: '#FBCB64'

red 251 ◦ green 203 ◦ blue 100

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

Shades of Grandis #FBCB64

Tints of Grandis #FBCB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.05%

R = 45.31%
G = 36.64%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FBCB64 (or 0xFBCB64) is known color: Grandis. HEX triplet: FB, CB and 64. RGB value is (251,203,100). Sum of RGB (Red+Green+Blue) = 251+203+100=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB64 is #04349B. Grayscale: #CECECE. Windows color (decimal): -275612 or 6605819. OLE color: 6605819.

HSL color Cylindrical-coordinate representation of color #FBCB64: hue angle of 40.93º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBCB64 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 203 100 -
CMYK 0 0.19 0.60 0.02
HSL 40.93º 0.95% 0.69% -
HSV(B) 40.93º 0.6% 0.98% -
XYZ 63.44 64.14 21.09 -
YUV 205.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 251 203 100 0 0.19 0.60 0.02 40.93 0.95 0.69
Hex FB CB 64 0 13 3C 2 29 5F 45
Octal 373 313 144 0 23 74 2 51 137 105
Binary 11111011 11001011 1100100 0 10011 111100 10 101001 1011111 1000101

Color Harmonies of #FBCB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB64

Black with #FBCB64

Text Example


Text Example

White with #FBCB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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