Html Css Color HEX #F9CB67 Grandis

📋 copy color: '#F9CB67'

red 249 ◦ green 203 ◦ blue 103

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

Shades of Grandis #F9CB67

Tints of Grandis #F9CB67

RGB

 RED value IS 249 (97.66% from 255) = 44.86%

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

 BLUE value IS 103 (40.63% from 255) = 18.56%

R = 44.86%
G = 36.58%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F9CB67 (or 0xF9CB67) is known color: Grandis. HEX triplet: F9, CB and 67. RGB value is (249,203,103). Sum of RGB (Red+Green+Blue) = 249+203+103=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CB67 is #063498. Grayscale: #CDCDCD. Windows color (decimal): -406681 or 6802425. OLE color: 6802425.

HSL color Cylindrical-coordinate representation of color #F9CB67: hue angle of 41.1º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9CB67 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 203 103 -
CMYK 0 0.18 0.59 0.02
HSL 41.1º 0.92% 0.69% -
HSV(B) 41.1º 0.59% 0.98% -
XYZ 62.87 63.83 21.84 -
YUV 205.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 249 203 103 0 0.18 0.59 0.02 41.1 0.92 0.69
Hex F9 CB 67 0 12 3B 2 29 5C 45
Octal 371 313 147 0 22 73 2 51 134 105
Binary 11111001 11001011 1100111 0 10010 111011 10 101001 1011100 1000101

Color Harmonies of #F9CB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CB67

Black with #F9CB67

Text Example


Text Example

White with #F9CB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CB67; }

 p { color: rgb(249,203,103); }

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

background-color css

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

 a { background-color: rgb(249,203,103); }

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

border-color css

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

 span { border-color: rgb(249,203,103); }

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