Html Css Color HEX #F7CC1D Turbo

📋 copy color: '#F7CC1D'

red 247 ◦ green 204 ◦ blue 29

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

Shades of Turbo #F7CC1D

Tints of Turbo #F7CC1D

RGB

 RED value IS 247 (96.88% from 255) = 51.46%

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

 BLUE value IS 29 (11.72% from 255) = 6.04%

R = 51.46%
G = 42.5%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7CC1D (or 0xF7CC1D) is known color: Turbo. HEX triplet: F7, CC and 1D. RGB value is (247,204,29). Sum of RGB (Red+Green+Blue) = 247+204+29=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 29 (11.72% from 255 or 6.04% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CC1D is #0833E2. Grayscale: #C5C5C5. Windows color (decimal): -537571 or 1953015. OLE color: 1953015.

HSL color Cylindrical-coordinate representation of color #F7CC1D: hue angle of 48.17º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7CC1D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 204 29 -
CMYK 0 0.17 0.88 0.03
HSL 48.17º 0.93% 0.54% -
HSV(B) 48.17º 0.88% 0.97% -
XYZ 60.17 63.05 10.16 -
YUV 196.91 33.25 163.73 -
System Red Green Blue C M Y K H S L
Decimal 247 204 29 0 0.17 0.88 0.03 48.17 0.93 0.54
Hex F7 CC 1D 0 11 58 3 30 5D 36
Octal 367 314 35 0 21 130 3 60 135 66
Binary 11110111 11001100 11101 0 10001 1011000 11 110000 1011101 110110

Color Harmonies of #F7CC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CC1D

Black with #F7CC1D

Text Example


Text Example

White with #F7CC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CC1D; }

 p { color: rgb(247,204,29); }

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

background-color css

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

 a { background-color: rgb(247,204,29); }

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

border-color css

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

 span { border-color: rgb(247,204,29); }

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