Html Css Color HEX #FFC742 Sunglow

📋 copy color: '#FFC742'

red 255 ◦ green 199 ◦ blue 66

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

Shades of Sunglow #FFC742

Tints of Sunglow #FFC742

RGB

 RED value IS 255 (100% from 255) = 49.04%

 GREEN value IS 199 (78.13% from 255) = 38.27%

 BLUE value IS 66 (26.17% from 255) = 12.69%

R = 49.04%
G = 38.27%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFC742 (or 0xFFC742) is known color: Sunglow. HEX triplet: FF, C7 and 42. RGB value is (255,199,66). Sum of RGB (Red+Green+Blue) = 255+199+66=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 66 (26.17% from 255 or 12.69% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC742 is #0038BD. Grayscale: #C9C9C9. Windows color (decimal): -14526 or 4376575. OLE color: 4376575.

HSL color Cylindrical-coordinate representation of color #FFC742: hue angle of 42.22º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFC742 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 199 66 -
CMYK 0 0.22 0.74 0
HSL 42.22º 1% 0.63% -
HSV(B) 42.22º 0.74% 1% -
XYZ 62.65 62.5 13.92 -
YUV 200.58 52.05 166.81 -
System Red Green Blue C M Y K H S L
Decimal 255 199 66 0 0.22 0.74 0 42.22 1 0.63
Hex FF C7 42 0 16 4A 0 2A 64 3F
Octal 377 307 102 0 26 112 0 52 144 77
Binary 11111111 11000111 1000010 0 10110 1001010 0 101010 1100100 111111

Color Harmonies of #FFC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC742

Black with #FFC742

Text Example


Text Example

White with #FFC742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC742; }

 p { color: rgb(255,199,66); }

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

background-color css

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

 a { background-color: rgb(255,199,66); }

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

border-color css

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

 span { border-color: rgb(255,199,66); }

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