Html Css Color HEX #F1CE4D Festival

📋 copy color: '#F1CE4D'

red 241 ◦ green 206 ◦ blue 77

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

Shades of Festival #F1CE4D

Tints of Festival #F1CE4D

RGB

 RED value IS 241 (94.53% from 255) = 45.99%

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

 BLUE value IS 77 (30.47% from 255) = 14.69%

R = 45.99%
G = 39.31%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1CE4D (or 0xF1CE4D) is known color: Festival. HEX triplet: F1, CE and 4D. RGB value is (241,206,77). Sum of RGB (Red+Green+Blue) = 241+206+77=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CE4D is #0E31B2. Grayscale: #CACACA. Windows color (decimal): -930227 or 5099249. OLE color: 5099249.

HSL color Cylindrical-coordinate representation of color #F1CE4D: hue angle of 47.2º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1CE4D is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 206 77 -
CMYK 0 0.15 0.68 0.05
HSL 47.2º 0.85% 0.62% -
HSV(B) 47.2º 0.68% 0.95% -
XYZ 59.69 63.38 16.11 -
YUV 201.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 241 206 77 0 0.15 0.68 0.05 47.2 0.85 0.62
Hex F1 CE 4D 0 F 44 5 2F 55 3E
Octal 361 316 115 0 17 104 5 57 125 76
Binary 11110001 11001110 1001101 0 1111 1000100 101 101111 1010101 111110

Color Harmonies of #F1CE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CE4D

Black with #F1CE4D

Text Example


Text Example

White with #F1CE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CE4D; }

 p { color: rgb(241,206,77); }

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

background-color css

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

 a { background-color: rgb(241,206,77); }

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

border-color css

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

 span { border-color: rgb(241,206,77); }

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