Html Css Color HEX #FFCB74 Grandis

📋 copy color: '#FFCB74'

red 255 ◦ green 203 ◦ blue 116

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

Shades of Grandis #FFCB74

Tints of Grandis #FFCB74

RGB

 RED value IS 255 (100% from 255) = 44.43%

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

 BLUE value IS 116 (45.7% from 255) = 20.21%

R = 44.43%
G = 35.37%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFCB74 (or 0xFFCB74) is known color: Grandis. HEX triplet: FF, CB and 74. RGB value is (255,203,116). Sum of RGB (Red+Green+Blue) = 255+203+116=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB74 is #00348B. Grayscale: #D1D1D1. Windows color (decimal): -13452 or 7654399. OLE color: 7654399.

HSL color Cylindrical-coordinate representation of color #FFCB74: hue angle of 37.55º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFCB74 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 203 116 -
CMYK 0 0.20 0.55 0
HSL 37.55º 1% 0.73% -
HSV(B) 37.55º 0.55% 1% -
XYZ 65.75 65.23 25.65 -
YUV 208.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 255 203 116 0 0.20 0.55 0 37.55 1 0.73
Hex FF CB 74 0 14 37 0 26 64 49
Octal 377 313 164 0 24 67 0 46 144 111
Binary 11111111 11001011 1110100 0 10100 110111 0 100110 1100100 1001001

Color Harmonies of #FFCB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB74

Black with #FFCB74

Text Example


Text Example

White with #FFCB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB74; }

 p { color: rgb(255,203,116); }

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

background-color css

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

 a { background-color: rgb(255,203,116); }

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

border-color css

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

 span { border-color: rgb(255,203,116); }

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