Html Css Color HEX #F8CC2B Golden Dream

📋 copy color: '#F8CC2B'

red 248 ◦ green 204 ◦ blue 43

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

Shades of Golden Dream #F8CC2B

Tints of Golden Dream #F8CC2B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.21%

 BLUE value IS 43 (17.19% from 255) = 8.69%

R = 50.1%
G = 41.21%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8CC2B (or 0xF8CC2B) is known color: Golden Dream. HEX triplet: F8, CC and 2B. RGB value is (248,204,43). Sum of RGB (Red+Green+Blue) = 248+204+43=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 43 (17.19% from 255 or 8.69% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CC2B is #0733D4. Grayscale: #C7C7C7. Windows color (decimal): -472021 or 2870520. OLE color: 2870520.

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

Color convert

RGB 248 204 43 -
CMYK 0 0.18 0.83 0.03
HSL 47.12º 0.94% 0.57% -
HSV(B) 47.12º 0.83% 0.97% -
XYZ 60.74 63.32 11.31 -
YUV 198.8 40.08 163.09 -
System Red Green Blue C M Y K H S L
Decimal 248 204 43 0 0.18 0.83 0.03 47.12 0.94 0.57
Hex F8 CC 2B 0 12 53 3 2F 5E 39
Octal 370 314 53 0 22 123 3 57 136 71
Binary 11111000 11001100 101011 0 10010 1010011 11 101111 1011110 111001

Color Harmonies of #F8CC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CC2B

Black with #F8CC2B

Text Example


Text Example

White with #F8CC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CC2B; }

 p { color: rgb(248,204,43); }

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

background-color css

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

 a { background-color: rgb(248,204,43); }

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

border-color css

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

 span { border-color: rgb(248,204,43); }

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