Html Css Color HEX #F9CE69 Grandis

📋 copy color: '#F9CE69'

red 249 ◦ green 206 ◦ blue 105

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

Shades of Grandis #F9CE69

Tints of Grandis #F9CE69

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.79%

 BLUE value IS 105 (41.41% from 255) = 18.75%

R = 44.46%
G = 36.79%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F9CE69 (or 0xF9CE69) is known color: Grandis. HEX triplet: F9, CE and 69. RGB value is (249,206,105). Sum of RGB (Red+Green+Blue) = 249+206+105=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 105 (41.41% from 255 or 18.75% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CE69 is #063196. Grayscale: #CFCFCF. Windows color (decimal): -405911 or 6934265. OLE color: 6934265.

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

Color convert

RGB 249 206 105 -
CMYK 0 0.17 0.58 0.02
HSL 42.08º 0.92% 0.69% -
HSV(B) 42.08º 0.58% 0.98% -
XYZ 63.69 65.3 22.61 -
YUV 207.34 70.25 157.71 -
System Red Green Blue C M Y K H S L
Decimal 249 206 105 0 0.17 0.58 0.02 42.08 0.92 0.69
Hex F9 CE 69 0 11 3A 2 2A 5C 45
Octal 371 316 151 0 21 72 2 52 134 105
Binary 11111001 11001110 1101001 0 10001 111010 10 101010 1011100 1000101

Color Harmonies of #F9CE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CE69

Black with #F9CE69

Text Example


Text Example

White with #F9CE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CE69; }

 p { color: rgb(249,206,105); }

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

background-color css

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

 a { background-color: rgb(249,206,105); }

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

border-color css

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

 span { border-color: rgb(249,206,105); }

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