Html Css Color HEX #F8CB67 Grandis

📋 copy color: '#F8CB67'

red 248 ◦ green 203 ◦ blue 103

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

Shades of Grandis #F8CB67

Tints of Grandis #F8CB67

RGB

 RED value IS 248 (97.27% from 255) = 44.77%

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

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

R = 44.77%
G = 36.64%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F8CB67 (or 0xF8CB67) is known color: Grandis. HEX triplet: F8, CB and 67. RGB value is (248,203,103). Sum of RGB (Red+Green+Blue) = 248+203+103=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 103 (40.62% from 255 or 18.59% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB67 is #073498. Grayscale: #CDCDCD. Windows color (decimal): -472217 or 6802424. OLE color: 6802424.

HSL color Cylindrical-coordinate representation of color #F8CB67: hue angle of 41.38º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8CB67 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 203 103 -
CMYK 0 0.18 0.58 0.03
HSL 41.38º 0.91% 0.69% -
HSV(B) 41.38º 0.58% 0.97% -
XYZ 62.52 63.65 21.82 -
YUV 205.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 248 203 103 0 0.18 0.58 0.03 41.38 0.91 0.69
Hex F8 CB 67 0 12 3A 3 29 5B 45
Octal 370 313 147 0 22 72 3 51 133 105
Binary 11111000 11001011 1100111 0 10010 111010 11 101001 1011011 1000101

Color Harmonies of #F8CB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CB67

Black with #F8CB67

Text Example


Text Example

White with #F8CB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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